home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / LEARNINGSHELL.DIR / 00003.ls < prev    next >
Encoding:
Text File  |  1997-06-27  |  430 b   |  17 lines

  1. global gLaunchLearnDirectorFailed
  2.  
  3. on exitFrame
  4.   if the platform contains "Windows" then
  5.     set sep to "\"
  6.   else
  7.     set sep to ":"
  8.   end if
  9.   set learnmovie to sep & "Learning Director"
  10.   set learnpath to the applicationPath & "Show Me" & learnmovie
  11.   go(1, learnpath)
  12.   set the alertHook to 0
  13.   if gLaunchLearnDirectorFailed = 1 then
  14.     alert("Could not find the Learning Director movie in the Show Me folder")
  15.   end if
  16. end
  17.